[DllImport("advapi32.dll", EntryPoint="EnumDependentServicesW", ExactSpelling=true, SetLastError=true)]
static extern bool EnumDependentServices( IntPtr hService,
SERVICE_STATES dwServiceState,
ref ENUM_SERVICE_STATUS lpServices,
int cbBufSize,
ref int pcbBytesNeeded,
ref int lpServicesReturned );
Declare Function EnumDependentServices Lib "advapi32.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!